home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_1199 / 1732 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  4.0 KB

  1. From: hohmuth@inf.tu-dresden.de (Michael Hohmuth)
  2. From: Juergen Lock <nox@jelal.north.de>
  3. From: Juergen Lock <nox@jelal.north.de>
  4. From: Juergen Lock <nox@jelal.north.de>
  5. From: Juergen Lock <nox@jelal.north.de>
  6. From: Torsten Scherer <itschere@techfak.uni-bielefeld.de>
  7. From: "Nicholas S Castellano" <entropy@terminator.rs.itd.umich.edu>
  8. Subject: mint-1.10h7
  9. Subject: Re: MiNTlib (I think I'm on pl43): Bug in sprintf().
  10. Subject: Re: MiNTlib (I think I'm on pl43): Bug in sprintf().
  11. Subject: Re: MiNTlib (I think I'm on pl43): Bug in sprintf().
  12. Subject: Re: MiNTlib (I think I'm on pl43): Bug in sprintf().
  13. Subject: supplementary group id's patch
  14. Subject: INIT: PID 1
  15. Date: Thu, 21 Jul 1994 17:12:09 +0200 (MET DST)
  16. From: hohmuth@inf.tu-dresden.de (Michael Hohmuth)
  17. Organization: Dept. of Computer Science, TU Dresden, Germany
  18. Mime-Version: 1.0
  19.  
  20. I've put up a seventh re-sync patch...
  21.  
  22. It contains the latest patches from Juergen, Torsten and entropy.
  23.  
  24. *** PLEASE NOTE -- This time, the ftp directory below has changed
  25. *** because the machine with the disk containing the local Atari
  26. *** archive is currently unavailable.
  27.  
  28. Now available via ftp from ftp.inf.tu-dresden.de:
  29.  
  30.     pub/incoming/atari/Mint/Kernel/mint-1.10h6-1.10h7-diffs.gz
  31. NOTE--> ^^^^^^^^^
  32.         Diffs against the kernel patched with the first six patches.
  33.  
  34.     pub/incoming/atari/Mint/Kernel/mint-1.10-1.10h7-diffs.gz
  35.         ^^^^^^^^^
  36.         Diffs against the virgin kernel.
  37.  
  38. You can also get this via email by sending a message to
  39. ftpmail@ftp.inf.tu-dresden.de containing this text in the message body:
  40.  
  41.     send pub/incoming/atari/Mint/Kernel/mint-1.10h6-1.10h7-diffs.gz
  42.              ^^^^^^^^^
  43. or
  44.     send pub/incoming/atari/Mint/Kernel/mint-1.10-1.10h7-diffs.gz
  45.              ^^^^^^^^^
  46.  
  47. After my .sig are the last few commit messages.
  48.  
  49. Bye,
  50. Michael
  51. -- 
  52. Email: hohmuth@inf.tu-dresden.de
  53. WWW:   http://www.inf.tu-dresden.de/~mh1/
  54.  
  55. **************************************
  56.  
  57. From: Juergen Lock <nox@jelal.north.de>
  58. Subject: Re: MiNTlib (I think I'm on pl43): Bug in sprintf().
  59. Message-Id: <9407172345.AA00280@jelal.north.de>
  60.  
  61. bios.c,xbios.c: fix range checks, eliminate some dead code...
  62.  
  63. **************************************
  64.  
  65. From: Juergen Lock <nox@jelal.north.de>
  66. Subject: Re: MiNTlib (I think I'm on pl43): Bug in sprintf().
  67. Message-Id: <9407172345.AA00280@jelal.north.de>
  68.  
  69. bios.c,biosfs.c,file.h,mint.h,proto.h,quickmov.spp,sproto.h
  70. tty.c,types.h,xbios.c:
  71.         add shortcuts for fast RAW tty IO in the DEVDRV
  72.         make memcpy an extended quickmove
  73.         add an XDEF'd _bcopy as a hint for gcc
  74.  
  75. **************************************
  76.  
  77. From: Juergen Lock <nox@jelal.north.de>
  78. Subject: Re: MiNTlib (I think I'm on pl43): Bug in sprintf().
  79. Message-Id: <9407202224.AA00282@jelal.north.de>
  80.  
  81. quickmov.spp: remove XDEF's for _bcopy.  This will waste some memory with
  82.         two functions that do the same, but gcc's linker need this.
  83.  
  84. **************************************
  85.  
  86. From: Juergen Lock <nox@jelal.north.de>
  87. Subject: Re: MiNTlib (I think I'm on pl43): Bug in sprintf().
  88. Message-Id: <9407172345.AA00280@jelal.north.de>
  89.  
  90. biosfs.c,pipefs.c,tty.c:
  91.         add readb+writeb for ptys (for the slave->master pipe),
  92.         use memcpy for all pipes
  93.         really buffer 4K not 4K - 1 byte so the copies are aligned more often
  94.  
  95. **************************************
  96.  
  97. From: Torsten Scherer <itschere@techfak.uni-bielefeld.de>
  98. Subject: supplementary group id's patch
  99. Message-Id: <9407181625.AA25307@pirol.techfak.uni-bielefeld.de>
  100.  
  101. dos.c, filesys.c, proc.h, proto.h:
  102.         completed calls for functionality of supplementary group id's
  103.         (Pgetgroups() and Psetgroups())
  104.  
  105. **************************************
  106.  
  107. From: "Nicholas S Castellano" <entropy@terminator.rs.itd.umich.edu>
  108. Subject: INIT: PID 1
  109. Message-Id: <199407201055.GAA19275@terminator.rs.itd.umich.edu>
  110.  
  111. main.c, proto.h, util.c:
  112.         set it up so that the INIT process always has PID 1 even if it
  113.         isn't the first thing to run
  114.  
  115. **************************************
  116.  
  117. README.1ST: update.  --hohmuth
  118.